.el-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.el-carousel__button {
  height: 4px !important;
  border-radius: 2px !important;
  background-color: #d2303b !important;
}

::v-deep .el-carousel__indicators--outside button {
  background-color: #d2303b !important;
}

::v-deep .el-carousel__button {
  width: 36px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff !important;
}

::v-deep .el-carousel__indicators--outside {
  margin-top: 10px;
}

.home {
  width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
}

.home .banneredr {
  width: 100%;
  margin-bottom: 10px;
}

.home .banner img {
  width: 100%;
  height: auto;
}

.home .oneRow {
  width: 100%;
  height: 285px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.home .oneRow .left {
  width: 66%;
  height: 100%;
}

.home .oneRow .left .item {
  width: 96%;
  height: 85px;
  padding-right: 10px;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.home .oneRow .left .item .date {
  width: 63.2px;
  height: 63.2px;
  border: 1px solid #bebebe;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .oneRow .left .item .date span {
  display: block;
  color: gray;
  font-size: 12px;
}

.home .oneRow .left .item .date .day {
  font-size: 15px;
  font-weight: 600;
}

.home .oneRow .left .item .itemMain {
  width: 75%;
  margin-right: 16px;
  line-height: 30px;
}

.home .oneRow .left .item .itemMain .itemTitle {
  width: 100%;
  color: #d2303b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-left: 10px;
}

.home .oneRow .left .item .itemMain .itemCon {
  width: 100%;
  color: gray;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-left: 10px;
}

.home .oneRow .left .item .itemMain .itemCon p {
  text-indent: 0 !important;
}

.home .oneRow .left .item button {
  width: 60px;
  height: 30px;
  font-size: 14px;
  border: none;
  color: #d2303b;
  background-color: #fef4f5;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}

.home .oneRow .left .item:nth-child(4) {
  border-bottom: none;
}

.home .oneRow .right {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .oneRow .right img {
  width: 100%;
  height: 130px;
}

.home .twoRow {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
}

.home .twoRow .left {
  width: 58%;
  height: 100%;
}

.home .twoRow .left .twoMain {
  width: 100%;
  height: 100%;
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.home .twoRow .left .twoMain .img {
  width: 40%;
  height: 74%;
  margin-top: 10px;
}

.home .twoRow .left .twoMain .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .twoRow .left .twoMain .twoCon {
  width: 56%;
}

.home .twoRow .left .twoMain .twoCon h4 {
  font-size: 16px;
  color: #d2303b;
  line-height: 36px;
}

.home .twoRow .left .twoMain .twoCon p {
  text-indent: 2em;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}

.home .twoRow .left .twoMain .twoCon p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home .twoRow .left .twoMain .twoCon p button {
  border: none;
  background-color: #fff;
  color: #d2303b;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
}

.home .twoRow .left .twoMain .twoCon .time {
  text-indent: 0;
  color: gray;
  line-height: 40px;
  font-size: 12px;
}

.home .twoRow .right {
  width: 40%;
  height: 100%;
}

.home .twoRow .right .twoMain {
  width: 100%;
  height: 100%;
  padding: 20px 4%;
}

.home .twoRow .right .twoMain .twoItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}

.home .twoRow .right .twoMain .twoItem .date {
  width: 100px;
  height: 60px;
  background-color: #fcf3f4;
  margin-right: 14px;
  line-height: 60px;
  text-align: center;
  color: gray;
}

.home .twoRow .right .twoMain .twoItem .date .day {
  font-size: 18px;
}

.home .twoRow .right .twoMain .twoItem .date .month {
  font-size: 14px;
}

.home .twoRow .right .twoMain .twoItem p {
  width: 70%;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home .conBanner {
  width: 100%;
  margin: 20px 0;
}

.home .conBanner img {
  width: 100%;
  height: auto;
}

.home .threeRow {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.home .threeRow .left {
  width: 49%;
  height: 100%;
}

.home .threeRow .right {
  width: 49%;
  height: 100%;
}

.home .threeRow .threeMain {
  padding: 4%;
}

.home .threeRow .threeMain .img {
  width: 100%;
  height: 240px;
}

.home .threeRow .threeMain .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .threeRow .threeMain ul {
  /* padding: 0 4%; */
}

.home .threeRow .threeMain ul li {
  margin-top: 6px;
  font-size: 16px;
  line-height: 30px;
  list-style-type: disc;
  color: #d2303b;
  position: relative;
  cursor: pointer;
  list-style-position:inside;
}

.home .threeRow .threeMain ul li::marker{
  line-height: 40px;
}

.home .threeRow .threeMain ul li span {
  color: #333 !important;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 380px;
  display: inline-block;
  line-height: 40px;
}



.home .threeRow .threeMain ul li button {
  border: none;
  background-color: transparent;
  color: #d2303b;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.home .navBox {
  width: 100%;
  padding-bottom: 20px;
}

.home .navBox .titleEnd {
  width: 100%;
  height: 30px;
  color: #d2303b;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d2303b;
}

.home .navBox .titleEnd img {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
}

.home .navBox .content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.home .navBox .content span {
  display: block;
  font-size: 16px;
  margin: 10px;
}

.title {
  height: 90%;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-image: url("/bjsy/images/btBj.png");
  background-size: 100% 100%;
}

.title img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 20px;
}

.title .name {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.title .more {
  background-color: transparent;
  border: none;
  color: #d2303b;
  font-size: 14px;
  cursor: pointer;
}

.itemCon p {
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}